widget-factory: Use rich-list style
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Aug 2020 15:03:32 +0000 (11:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Aug 2020 20:30:22 +0000 (16:30 -0400)
Use the .rich-list style for the listbox on page 2.

demos/widget-factory/widget-factory.ui

index 6ee4a6c742638ce70c225aefa7a5375adb6974eb..fccbb520d9b5881bfe4335309cc120130f38819a 100644 (file)
@@ -1624,6 +1624,9 @@ microphone-sensitivity-medium-symbolic</property>
                                   <object class="GtkListBox" id="listbox">
                                     <property name="selection-mode">none</property>
                                     <property name="show-separators">1</property>
+                                    <style>
+                                      <class name="rich-list"/>
+                                    </style>
                                     <child type="placeholder">
                                       <object class="GtkLabel">
                                         <property name="label">No rows found</property>